Plotting a SMark report

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Plotting a SMark report

hernanmd
Hi guys,

I benchmarked five Levenshtein implementations today and just wonder
is there any package or extension which takes a SMark report and plot
a Roassal bar chart?

This is the best I get so far:

 "Report for: StringExtensionsBenchmark
Benchmark LevPW100kTo
LevPW100kTo total: iterations=10 runtime: 486.6ms +/-4.2

Benchmark LevPW1kWith
LevPW1kWith total: iterations=10 runtime: 27.6ms +/-1.3

Benchmark LevPW1k
LevPW1k total: iterations=10 runtime: 70.40ms +/-0.82

Benchmark LevPW1kTo
LevPW1kTo total: iterations=10 runtime: 4.30ms +/-0.28

Benchmark LevPW100k
LevPW100k total: iterations=10 runtime: 8325ms +/-101

Benchmark LevPW100kFrom
LevPW100kFrom total: iterations=10 runtime: 1278.1ms +/-4.9

Benchmark LevPW100kWith
LevPW100kWith total: iterations=10 runtime: 3309ms +/-75

Benchmark LevPW100kToLD
LevPW100kToLD total: iterations=10 runtime: 2222ms +/-17

Benchmark LevPW1kLD
LevPW1kLD total: iterations=10 runtime: 19.40ms +/-0.48

Benchmark LevPW1kFrom
LevPW1kFrom total: iterations=10 runtime: 11.30ms +/-0.39
"

Cheers,

Hernán

Reply | Threaded
Open this post in threaded view
|

Re: Plotting a SMark report

Stephane Ducasse-3
Some difference are striking :)


On Tue, Dec 5, 2017 at 5:09 AM, Hernán Morales Durand
<[hidden email]> wrote:

> Hi guys,
>
> I benchmarked five Levenshtein implementations today and just wonder
> is there any package or extension which takes a SMark report and plot
> a Roassal bar chart?
>
> This is the best I get so far:
>
>  "Report for: StringExtensionsBenchmark
> Benchmark LevPW100kTo
> LevPW100kTo total: iterations=10 runtime: 486.6ms +/-4.2
>
> Benchmark LevPW1kWith
> LevPW1kWith total: iterations=10 runtime: 27.6ms +/-1.3
>
> Benchmark LevPW1k
> LevPW1k total: iterations=10 runtime: 70.40ms +/-0.82
>
> Benchmark LevPW1kTo
> LevPW1kTo total: iterations=10 runtime: 4.30ms +/-0.28
>
> Benchmark LevPW100k
> LevPW100k total: iterations=10 runtime: 8325ms +/-101
>
> Benchmark LevPW100kFrom
> LevPW100kFrom total: iterations=10 runtime: 1278.1ms +/-4.9
>
> Benchmark LevPW100kWith
> LevPW100kWith total: iterations=10 runtime: 3309ms +/-75
>
> Benchmark LevPW100kToLD
> LevPW100kToLD total: iterations=10 runtime: 2222ms +/-17
>
> Benchmark LevPW1kLD
> LevPW1kLD total: iterations=10 runtime: 19.40ms +/-0.48
>
> Benchmark LevPW1kFrom
> LevPW1kFrom total: iterations=10 runtime: 11.30ms +/-0.39
> "
>
> Cheers,
>
> Hernán
>

Reply | Threaded
Open this post in threaded view
|

Re: Plotting a SMark report

abergel
In reply to this post by hernanmd
Hi Hernán,

Not that I know. But it is trivial to plot that using Roassal. Let us know if you need help on this.

Alexandre

> On Dec 5, 2017, at 1:09 AM, Hernán Morales Durand <[hidden email]> wrote:
>
> Hi guys,
>
> I benchmarked five Levenshtein implementations today and just wonder
> is there any package or extension which takes a SMark report and plot
> a Roassal bar chart?
>
> This is the best I get so far:
>
> "Report for: StringExtensionsBenchmark
> Benchmark LevPW100kTo
> LevPW100kTo total: iterations=10 runtime: 486.6ms +/-4.2
>
> Benchmark LevPW1kWith
> LevPW1kWith total: iterations=10 runtime: 27.6ms +/-1.3
>
> Benchmark LevPW1k
> LevPW1k total: iterations=10 runtime: 70.40ms +/-0.82
>
> Benchmark LevPW1kTo
> LevPW1kTo total: iterations=10 runtime: 4.30ms +/-0.28
>
> Benchmark LevPW100k
> LevPW100k total: iterations=10 runtime: 8325ms +/-101
>
> Benchmark LevPW100kFrom
> LevPW100kFrom total: iterations=10 runtime: 1278.1ms +/-4.9
>
> Benchmark LevPW100kWith
> LevPW100kWith total: iterations=10 runtime: 3309ms +/-75
>
> Benchmark LevPW100kToLD
> LevPW100kToLD total: iterations=10 runtime: 2222ms +/-17
>
> Benchmark LevPW1kLD
> LevPW1kLD total: iterations=10 runtime: 19.40ms +/-0.48
>
> Benchmark LevPW1kFrom
> LevPW1kFrom total: iterations=10 runtime: 11.30ms +/-0.39
> "
>
> Cheers,
>
> Hernán
>