airspeed-velocity / Asv

Licence: bsd-3-clause
Airspeed Velocity: A simple Python benchmarking tool with web-based reporting

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Asv

Tf to trt image classification
Image classification with NVIDIA TensorRT from TensorFlow models.
Stars: ✭ 427 (-25.09%)
Mutual labels:  benchmark
Rspec Benchmark
Performance testing matchers for RSpec
Stars: ✭ 460 (-19.3%)
Mutual labels:  benchmark
Nbench
Performance benchmarking and testing framework for .NET applications 📈
Stars: ✭ 495 (-13.16%)
Mutual labels:  benchmark
Nanobench
Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20
Stars: ✭ 436 (-23.51%)
Mutual labels:  benchmark
Prophiler
PHP Profiler & Developer Toolbar (built for Phalcon)
Stars: ✭ 445 (-21.93%)
Mutual labels:  benchmark
Mimic3 Benchmarks
Python suite to construct benchmark machine learning datasets from the MIMIC-III clinical database.
Stars: ✭ 463 (-18.77%)
Mutual labels:  benchmark
Blurtestandroid
This is a simple App to test some blur algorithms on their visual quality and performance.
Stars: ✭ 396 (-30.53%)
Mutual labels:  benchmark
Textclassificationbenchmark
A Benchmark of Text Classification in PyTorch
Stars: ✭ 534 (-6.32%)
Mutual labels:  benchmark
Caliper
A blockchain benchmark framework to measure performance of multiple blockchain solutions https://wiki.hyperledger.org/display/caliper
Stars: ✭ 447 (-21.58%)
Mutual labels:  benchmark
Lzbench
lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors
Stars: ✭ 490 (-14.04%)
Mutual labels:  benchmark
Sympact
🔥 Stupid Simple CPU/MEM "Profiler" for your JS code.
Stars: ✭ 439 (-22.98%)
Mutual labels:  benchmark
Completely Unscientific Benchmarks
Naive performance comparison of a few programming languages (JavaScript, Kotlin, Rust, Swift, Nim, Python, Go, Haskell, D, C++, Java, C#, Object Pascal, Ada, Lua, Ruby)
Stars: ✭ 440 (-22.81%)
Mutual labels:  benchmark
Memtier benchmark
NoSQL Redis and Memcache traffic generation and benchmarking tool.
Stars: ✭ 480 (-15.79%)
Mutual labels:  benchmark
Smac
SMAC: The StarCraft Multi-Agent Challenge
Stars: ✭ 435 (-23.68%)
Mutual labels:  benchmark
Ut
UT: C++20 μ(micro)/Unit Testing Framework
Stars: ✭ 507 (-11.05%)
Mutual labels:  benchmark
Pyperformance
Python Performance Benchmark Suite
Stars: ✭ 406 (-28.77%)
Mutual labels:  benchmark
Rpc Benchmark
java rpc benchmark, 灵感源自 https://www.techempower.com/benchmarks/
Stars: ✭ 463 (-18.77%)
Mutual labels:  benchmark
Cista
Simple C++ Serialization & Reflection.
Stars: ✭ 535 (-6.14%)
Mutual labels:  benchmark
S3 Benchmark
Measure Amazon S3's performance from any location.
Stars: ✭ 525 (-7.89%)
Mutual labels:  benchmark
Meta Dataset
A dataset of datasets for learning to learn from few examples
Stars: ✭ 483 (-15.26%)
Mutual labels:  benchmark

airspeed velocity

airspeed velocity (asv) is a tool for benchmarking Python packages over their lifetime.

It is primarily designed to benchmark a single project over its lifetime using a given suite of benchmarks. The results are displayed in an interactive web frontend that requires only a basic static webserver to host.

See an example airspeed velocity site <https://pv.github.io/numpy-bench/>__.

See the full documentation <https://asv.readthedocs.io/>__ for more information.

The latest release can be installed from PyPI using::

pip install asv

Are you using asv? Consider adding a badge to your project's README like this:

.. image:: http://img.shields.io/badge/benchmarked%20by-asv-blue.svg?style=flat

By using the following markdown::

asv

License: BSD three-clause license <http://opensource.org/licenses/BSD-3-Clause>__.

Authors: Michael Droettboom, Pauli Virtanen

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].