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: 2 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T08:45:10.000Z (about 1 year ago)
- Last Synced: 2024-04-09T12:23:55.738Z (about 1 year 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
README
# KinoBenchee
[](https://hexdocs.pm/kino_benchee)
[](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.