Open leon0399 opened 5 months ago
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.