Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/livebook-dev/kino_benchee
Benchee (Elixir benchmarking) integration for Livebook
https://github.com/livebook-dev/kino_benchee
benchmark elixir livebook
Last synced: 7 days ago
JSON representation
Benchee (Elixir benchmarking) integration for Livebook
- Host: GitHub
- URL: https://github.com/livebook-dev/kino_benchee
- Owner: livebook-dev
- License: apache-2.0
- Created: 2022-08-05T22:19:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T08:45:10.000Z (7 months ago)
- Last Synced: 2024-04-09T12:23:55.738Z (7 months ago)
- Topics: benchmark, elixir, livebook
- Language: Elixir
- Homepage:
- Size: 17.6 KB
- Stars: 26
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-livebook - Benchee - Benchee (Elixir benchmarking) integration for Livebook - _Tags: Dev Tools_ ![Official](https://img.shields.io/badge/Official-blue) (SmartCells)
- awesome-livebook - Benchee - Benchee (Elixir benchmarking) integration for Livebook - _Tags: Dev Tools_ ![Official](https://img.shields.io/badge/Official-blue) (SmartCells)
README
# KinoBenchee
[![Docs](https://img.shields.io/badge/hex.pm-docs-8e7ce6.svg)](https://hexdocs.pm/kino_benchee)
[![Actions
Status](https://github.com/livebook-dev/kino_benchee/workflows/Test/badge.svg)](https://github.com/livebook-dev/kino_benchee/actions)[Benchee](https://github.com/bencheeorg/benchee) integration with [Livebook](https://github.com/livebook-dev/livebook).
## Installation
To bring KinoBenchee to Livebook all you need to do is `Mix.install/2`:
```elixir
Mix.install([
{:kino_benchee, "~> 0.1.0"}
])
```## License
Copyright (C) 2022 Dashbit
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.