mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
525 B
15 lines
525 B
10 years ago
|
<html>
|
||
|
<head>
|
||
|
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
|
||
|
<script type="text/javascript">
|
||
|
google.load("visualization", "1", {packages:["table"]});
|
||
|
google.setOnLoadCallback(drawTable);
|
||
|
|
||
|
function drawTable() {
|
||
|
var data = new google.visualization.DataTable();
|
||
|
data.addColumn('string', 'TestCase');
|
||
|
data.addColumn('string', 'Client');
|
||
|
data.addColumn('string', 'Server');
|
||
|
data.addColumn('boolean', 'Pass');
|
||
|
data.addRows([
|