legit

Fork of https://git.icyphox.sh/legit

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
// Copyright 2026 Shota FUJI <pockawoooh@gmail.com>
// SPDX-License-Identifier: MIT

import http from "k6/http";

export const options = {
	iterations: 10,
};

export default function() {
	http.get("http://localhost:8080/foo.git/commit/0aacdb88132758978fada845ee2438aa1db094fd");
}