You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement primes/Simple benchmark in Go, and put it into go/primes/Simple.go.
You MUST implement it exactly in the same way as in other language examples, without any optimizations: php/primes/Simple.php, c-plus-plus/mandelbrot/Simple.cpp. Add script to go/benchmark.yaml. Exact logical implementation is required to correctly compare multiple languages against each other.
Here are other examples of our Go code: go/treap/Naive.go. Use it to see how collect and report execution time.
The text was updated successfully, but these errors were encountered:
I'm searching for relevant snippets in your repository. If this is your first time using Sweep, I'm indexing your repository, which will take a few minutes.
Tip
To recreate the pull request, edit the issue title or description.
Details
Details
Implement
primes/Simple
benchmark in Go, and put it intogo/primes/Simple.go
.You MUST implement it exactly in the same way as in other language examples, without any optimizations:
php/primes/Simple.php
,c-plus-plus/mandelbrot/Simple.cpp
. Add script togo/benchmark.yaml
. Exact logical implementation is required to correctly compare multiple languages against each other.Here are other examples of our Go code:
go/treap/Naive.go
. Use it to see how collect and report execution time.The text was updated successfully, but these errors were encountered: