{"id":21077028,"url":"https://github.com/anp/lolbench","last_synced_at":"2025-05-16T08:30:32.474Z","repository":{"id":31551607,"uuid":"122547318","full_name":"anp/lolbench","owner":"anp","description":"tracking performance of rustc-generated binaries over time","archived":false,"fork":false,"pushed_at":"2022-12-02T13:57:17.000Z","size":23705,"stargazers_count":103,"open_issues_count":58,"forks_count":12,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-03T22:11:14.028Z","etag":null,"topics":["benchmarking","criterion","performance","performance-monitoring","regression-detection","rust"],"latest_commit_sha":null,"homepage":"https://lolbench.rs","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-APACHE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-22T23:20:18.000Z","updated_at":"2025-02-17T03:08:13.000Z","dependencies_parsed_at":"2023-01-14T19:30:41.008Z","dependency_job_id":null,"html_url":"https://github.com/anp/lolbench","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anp%2Flolbench","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anp%2Flolbench/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anp%2Flolbench/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anp%2Flolbench/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anp","download_url":"https://codeload.github.com/anp/lolbench/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254496004,"owners_count":22080632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["benchmarking","criterion","performance","performance-monitoring","regression-detection","rust"],"created_at":"2024-11-19T19:34:39.628Z","updated_at":"2025-05-16T08:30:27.462Z","avatar_url":"https://github.com/anp.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lolbench\n\nCI Status: [![CircleCI](https://circleci.com/gh/anp/lolbench/tree/master.svg?style=shield)](https://circleci.com/gh/anp/workflows/lolbench)\n\nThis project is an effort to reproducibly benchmark \"in the wild\" Rust code against newer compiler versions to detect performance regressions. The data is currently published to [https://lolbench.rs](https://lolbench.rs).\n\n## Adding Benchmarks\n\nWant to contribute and are looking for the [list of benchmarks we'd like help adding](https://github.com/anp/lolbench/issues/1)?\n\n## Getting Started\n\n### Dependencies\n\n- rustup\n- clang (Linux only)\n\n### Building \u0026 Running\n\n```\n$ git submodule update --init\n$ cargo test-core\n```\n\n### Useful cargo subcommand aliases\n\n- `cargo build-website` runs the website generator using the provided data directory. Pass the `--help` flag to see what's required.\n- `cargo fmt-core` formats only those crates which should be rustfmt'd -- notably our fork of criterion isn't rustfmt-friendly right now. Useful for `cargo watch -x fmt-core`.\n- `cargo test-core` runs the tests for every non-benchmark crate except for criterion. At writing, that's `lolbench`, `lolbench_support`, `lolbench_extractor`, and `marky_mark`.\n- `cargo new-bench-crate` runs a lolbench command to create a new benchmark crate in the benches directory.\n- `cargo build-all [--release]` builds a binary for every benchmark function. _caution: this will generate dozens of gigabytes of data in your target directory_.\n- `cargo test-all` runs the test for every benchmark function, which consists of warming it up and running through a couple of iterations. _caution: this will generate dozens of gigabytes of data in your target directory_.\n\n## License\n\nlolbench is distributed under the terms of both the MIT license and the Apache License (Version 2.0). Some included benchmarks have their own separate licenses, see those directories and their Cargo.toml metadata for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanp%2Flolbench","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanp%2Flolbench","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanp%2Flolbench/lists"}