Skip to content

Commit

Permalink
Move baseline result to docs/ to serve on pages
Browse files Browse the repository at this point in the history
  • Loading branch information
riseshia committed Apr 20, 2024
1 parent 581ea4b commit 4655b61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This gem can be used for the following purposes:
- super rough code profiler: The intensity of the red background for each line is proportional to the number of times it has been executed.
- A tool helps to understand what happened in a request: Akainaa have the reset button on Web UI, so user can easily record code execution for only one request.

You can see actual result view from [here](https://riseshia.github.io/akainaa/isucon13-baseline.html), which recorded on [isucon13](https://github.com/isucon/isucon13/tree/main/webapp/ruby) code in one benchmark run on [ISUNARABE](https://isunarabe.org/).

## Installation

Install the gem and add to the application's Gemfile by executing:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<!DOCTYPE html>

<!-- This coverage report is generated from isucon 13 -->
<!-- Ref: https://github.com/isucon/isucon13/blob/9ab011eaade23464efc766397690067d761cf75e/webapp/ruby/ -->

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down

0 comments on commit 4655b61

Please sign in to comment.