Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PLNK - a simple Rust benchmark framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STEVAN Antoine
PLNK - a simple Rust benchmark framework
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
main
Select Git revision
Branches
1
main
default
protected
Tags
11
1.0.0
0.7.0
0.6.0
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
12 results
Begin with the selected commit
Created with Raphaël 2.2.0
4
Jun
24
May
25
Apr
24
add a license (MIT)
1.0.0 main
1.0.0 main
bump to 0.7.0
0.7.0
0.7.0
add prettier progress with `indicatif`
simplify the README
use clap to control the number of measurements
make `rand` a dev dependency
bump to 0.6.0
0.6.0
0.6.0
add "clippy" and "test" to "default" rule
compute the width of loading bar dynamically
fix doc test for `timeit`
bump to 0.5.2
0.5.2
0.5.2
add back documentation of `timeit`
rename "thing" to "f" in `bench`
bump to 0.5.1
0.5.1
0.5.1
don't require Bencher to be mutable in `bench`
bump to 0.5.0
0.5.0
0.5.0
don't store "rng" in Bencher
bump to 0.4.1
0.4.1
0.4.1
call the closure in `timeit`
bump to 0.4.0
0.4.0
0.4.0
rename CI
fix text block in the README
fix usages of `timeit`
change `timeit` from macro to function
add a Rust toolchain
add simple CI
add more rules to Makefile (fmt, clippy, test)
add an example of the capture mechanism
allow the closure of `bench` to capture scope
add a simple "check" Makefile rule
add "arithmetic" example
fix the readme
bump to 0.3.0
0.3.0
0.3.0
add documentation
add a section about the output in the README
add another example to the usage
update README
fix names and output JSON
bump to 0.2.0
0.2.0
0.2.0
accept `rng: ThreadRng` in `Bencher::new`
Loading